home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / lchat.zip / CHAT.PPS < prev    next >
Text File  |  1993-05-18  |  1KB  |  19 lines

  1. ;*****************************************************************************
  2. ;*                                                                           *
  3. ;*                           CHAT For The Masses                             *
  4. ;*                                                                           *
  5. ;*              Written in the PCBoard Programming Language                  *
  6. ;*                                                                           *
  7. ;*                         By: Steve Catmull (CDC)                           *
  8. ;*          Modified by Bill Martin, Lightning Systems 702-588-0315          *
  9. ;*****************************************************************************
  10. ;
  11. ;Purpose:  With the new group chat of PCBoard you no longer have to specify
  12. ;          a node number you wish to chat with.  Some people have found it
  13. ;          confusing to type CHAT;G to join chat or find it not very
  14. ;          intuitive.  This PPE file will override all the prompts and dump
  15. ;          the user directly into node chat on channel 1.
  16.  
  17.    KBDSTUFF "CHAT;G" + chr(13) + chr(13) + chr(13)
  18. END                                      ; Let PCBoard deai with it.
  19.